home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / DANCE / !Dance / !Help next >
Text File  |  1991-06-11  |  5KB  |  119 lines

  1. Dancer   Version 1.00 May 2nd 1991
  2. ==================================
  3.  
  4. This is one of those silly Desktop Accessories that everybody has, in the
  5. vein of DeskDuck, although it is far more flexible. It features a stick man  dancing on top of the icon bar. 
  6.  
  7. Load in the usual way, by double clicking on the !Dance icon. To start the
  8. dance, you must double click on a dance file or drag it to the backdrop. 
  9. The man will then continue to dance, until you start a new dance or you
  10. click on Quit from the main menu (accessed by clicking menu on the backdrop).
  11.  
  12. Dances are filetype 258; I chose this at random (well not quite, my birthday
  13. is on the 25th of August), but it can easily be changed if it clashes with
  14. any others. I can't be bothered to request my own file type from Acorn and
  15. there probably aren't any left now anyway.
  16.  
  17. I would like to take this opportunity to appologise for Dancer. I can see
  18. no point in using elegant programming techniques for such simple
  19. applications, Dancer works so thats all that matters (although it is very
  20. inefficient in storing dances and so takes up a lot of memory and it is quite
  21. slow to redraw the man.)
  22.  
  23. I am open to suggestions for any improvements or bugs in Dancer. If you
  24. lead a particularly sad life and you feel like editing some stick men to
  25. create a dance I may even send you my crappy little Dance Editor and some
  26. instructions. If your life is almost as sad as mine, you may want details
  27. of the Dance file format so that you could write a RISC OS version. I
  28. might even write a RISC OS version of the editor if I can find the
  29. inclination after I have finished my A'levels, and who knows I might even
  30. put it in the Public Domain. This is only likely to happen however if there
  31. is enough demand.
  32.  
  33. I invisage a world where everyone with an Arc has a RISC OS version of
  34. DanceEdit and they spend all there time creating new moves for the Dancer.
  35. They also swap there best dances with others and there are annual
  36. competitions with prizes even bigger than in snooker (speaking of which
  37. are the 4th Dimension ever going to release Break 147?). But then that that
  38. might be beacuse I am mad.
  39.  
  40.  
  41.  
  42. I  hope  you like using and are satisfied with Dancer. If  so,  tell  your 
  43. friends.   If  not,  don't go blaming me.
  44.  
  45. Standard  boring Copyright Notice:   All program code and the contents  of 
  46. the  supporting files are copyright © myself Lee McGinty  1991. The only 
  47. exception to this is this copyright message, which you can feel free to 
  48. place on any of your own software for distribution.
  49.  
  50. Dancer is  "Shareware".   You are free to give  this  application  to 
  51. anyone  you please via any medium,  provided it is delivered with all  the 
  52. supplied files,  unaltered.  If you wish to post it on your bulletin board 
  53. or  include it in your shareware library then that is fine.   You may  not 
  54. sell this application,  except that shareware libraries may make a nominal 
  55. charge to cover disc duplication and postage.
  56.  
  57. You have permission to use any part or the whole application in a  project 
  58. you intend to place in the public domain (why?),  as long as I am fully
  59. credited, but not in a project that you intend to sell unless you tell me
  60. and pay be some money.
  61.  
  62. The reason that this application (thing? I think that we need a name for 
  63. these Desktop things.) uses up a lot of memory is because of the
  64. inefficient way dances are stored (using Basic arrays) which means that 
  65. memory cannot be grabbed from the pool because arrays cannot be
  66. redimensioned and it is tedious to do as well. In theory, very large dances
  67. could be used although I have not designed any yet. The dances supplied with
  68. this application are very simple and do not take advantage of the software
  69. in any way.
  70.  
  71.  
  72. Disclaimer: 
  73.  
  74. This software is supplied "as is";   no warranty,  express or implied,  of 
  75. the  merchantability  of this software or its fitness for  any  particular 
  76. purpose is given. (What?)
  77. In no circumstances shall the author,  or any provider or  distributor  of  
  78. this software,  be liable for  any  damage,  loss  of profits,  or any 
  79. indirect or consequential loss arising out of the use  of this software 
  80. or inability to use this software.
  81.  
  82.  
  83. Please contact me;
  84.  
  85. If you find any bugs in the program.
  86. If you have any ideas for improving it.
  87. If you want a copy of the Dance Editor. (This is a simple Basic program that
  88.    does not use the desktop, written for my own purposes.)
  89. If you think I should write or RISC OS version of the editor to put in the
  90.    Public domain or if you want to.
  91. IF you have an overwhelming desire to send me some money.
  92.  
  93. Either way, please include an SAE and a disc (if appropriate) with some P.D.
  94. software on it, as I am a poor student and cannot afford such luxuries as
  95. stamps.
  96.  
  97. Address:
  98.  
  99. Lee McGinty
  100. 41, Alpine Road,
  101. Ventnor,
  102. Isle of Wight.
  103. PO38 1BX
  104.  
  105. Phone (0983) 853599   (Don't phone me unless it is very important though)
  106.  
  107. I would like to make it completely clear that just because I live on and was
  108. born on the Isle of Wight that I am of no relation to David Icke or God (or
  109. any of their relatives).
  110.  
  111.  
  112. Version Updates.
  113. ===============
  114.  
  115. Version 1.00
  116. ------------
  117.  The first version.
  118.  
  119.